'Declaration
Public Overloads Function AddItem( _
ByVal items() As System.Object, _
ByVal rowIndex As System.Integer, _
ByVal colIndex As System.Integer _
) As C1.Win.C1FlexGrid.Row
public C1.Win.C1FlexGrid.Row AddItem(
System.object[] items,
System.int rowIndex,
System.int colIndex
)